home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc B) / Acorn User China CD-ROM (UK) (Disc B).bin / STUTTGART / FROMUTS / DRAWPLUS2 / !DrawPlus_!Run < prev    next >
Encoding:
Text File  |  1991-04-17  |  973 b   |  25 lines

  1.  
  2. | >  !Run file for Draw Plus (version 2·00)
  3.  
  4. Set DrawPlus$Dir <Obey$Dir>
  5. Obey <DrawPlus$Dir>.!Boot
  6. IconSprites <DrawPlus$Dir>.Pointers
  7.  
  8. If "<System$Path>" = "" Then Error 0 System resources cannot be found
  9. RMEnsure ColourTrans 0.50 Load System:Modules.Colours
  10. RMEnsure ColourTrans 0.50 Error 0 ColourTrans module not found or too old
  11. RMEnsure SharedCLibrary 3.50 Load System:Modules.Clib
  12. RMEnsure SharedCLibrary 3.50 Error 0 Shared C Library not found or too old
  13. RMEnsure FPEmulator 2.80 Load System:Modules.FPEmulator
  14. RMEnsure FPEmulator 2.80 Error 0 FPEmulator module not found or too old
  15. RMEnsure InterfaceManager 1.30 Load <DrawPlus$Dir>.Interface
  16. RMEnsure InterfaceManager 1.30 Error 0 Interface module not found or too old
  17.  
  18. RMEnsure Draw 1.01 Error 0 Draw module not present
  19. RMEnsure FontManager 0.00 Error 0 FontManager module not present
  20.  
  21. If "<Draw$PrintFile>" = "" Then Set Draw$PrintFile printer:
  22.  
  23. WimpSlot -min 400K -max 400K
  24. Run "<DrawPlus$Dir>.!RunImage" %*0
  25.